Skip to content

Update ADK doc according to issue #1587 - 13#1610

Open
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260409-202829
Open

Update ADK doc according to issue #1587 - 13#1610
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260409-202829

Conversation

@adk-bot
Copy link
Copy Markdown
Collaborator

@adk-bot adk-bot commented Apr 9, 2026

13. Secret Manager Integration

Doc file: docs/integrations/secret-manager.md

Current state:

The documentation advises users to use Google Cloud Secret Manager for storing credentials, but there is no documentation on the new built-in ADK SecretManagerClient.

Proposed Change:

Create a new integration page for Google Cloud Secret Manager. Explain that ADK now includes a SecretManagerClient (google.adk.integrations.secret_manager.secret_client) which simplifies retrieving secrets. Provide an example of how to instantiate it (using ADC, an auth token, or a service account JSON string) and how to call get_secret(resource_name) to securely fetch API keys or tokens for use with ADK tools.

Reasoning:
This is a new official integration (mentioned in the release summary) that makes it much easier for developers to securely load credentials in production deployments without having to manually set up the standard GCP SDK clients.

Reference: src/google/adk/integrations/secret_manager/secret_client.py

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 9, 2026

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit 2476906
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/69d80bf2114892000747e83a
😎 Deploy Preview https://deploy-preview-1610--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants